Html Css Color HEX #E58FCA Shocking

📋 copy color: '#E58FCA'

red 229 ◦ green 143 ◦ blue 202

#E58FCA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shocking #E58FCA

Tints of Shocking #E58FCA

RGB

 RED value IS 229 (89.84% from 255) = 39.9%

 GREEN value IS 143 (56.25% from 255) = 24.91%

 BLUE value IS 202 (79.3% from 255) = 35.19%

R = 39.9%
G = 24.91%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E58FCA (or 0xE58FCA) is known color: Shocking. HEX triplet: E5, 8F and CA. RGB value is (229,143,202). Sum of RGB (Red+Green+Blue) = 229+143+202=574 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.90% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 202 (79.30% from 255 or 35.19% from 574); Max value from RGB is 229 - color contains mainly: red. Hex color #E58FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E58FCA is #1A7035. Grayscale: #AFAFAF. Windows color (decimal): -1732662 or 13275109. OLE color: 13275109.

HSL color Cylindrical-coordinate representation of color #E58FCA: hue angle of 318.84º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E58FCA is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 143 202 -
CMYK 0 0.38 0.12 0.10
HSL 318.84º 0.62% 0.73% -
HSV(B) 318.84º 0.38% 0.9% -
XYZ 52.8 40.57 60.92 -
YUV 175.44 142.99 166.2 -
System Red Green Blue C M Y K H S L
Decimal 229 143 202 0 0.38 0.12 0.10 318.84 0.62 0.73
Hex E5 8F CA 0 26 C A 13F 3E 49
Octal 345 217 312 0 46 14 12 477 76 111
Binary 11100101 10001111 11001010 0 100110 1100 1010 100111111 111110 1001001

Color Harmonies of #E58FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58FCA

Black with #E58FCA

Text Example


Text Example

White with #E58FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58FCA; }

 p { color: rgb(229,143,202); }

 H1.HeaderClassName
 {
   color: #E58FCA;
 }
 .AnyTagClassName
 {
   color: #E58FCA;
 }
</style>

background-color css

<style>
 a { background-color: #E58FCA; }

 a { background-color: rgb(229,143,202); }

 div.DivClassName
 {
   background-color: #E58FCA;
 }
 .BgClassName
 {
   background-color: #E58FCA;
 }
</style>

border-color css

<style>
 span { border-color: #E58FCA; }

 span { border-color: rgb(229,143,202); }

 td.TdClassName
 {
   border-color: #E58FCA;
 }
 .TagClassName
 {
   border-color: #E58FCA;
 }
</style>