Html Css Color HEX #E575CB Orchid

📋 copy color: '#E575CB'

red 229 ◦ green 117 ◦ blue 203

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

Shades of Orchid #E575CB

Tints of Orchid #E575CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 203 (79.69% from 255) = 36.98%

R = 41.71%
G = 21.31%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E575CB (or 0xE575CB) is known color: Orchid. HEX triplet: E5, 75 and CB. RGB value is (229,117,203). Sum of RGB (Red+Green+Blue) = 229+117+203=549 (72% of max value = 765). Red value is 229 (89.84% from 255 or 41.71% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 229 - color contains mainly: red. Hex color #E575CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E575CB is #1A8A34. Grayscale: #A0A0A0. Windows color (decimal): -1739317 or 13333989. OLE color: 13333989.

HSL color Cylindrical-coordinate representation of color #E575CB: hue angle of 313.93º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E575CB is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 117 203 -
CMYK 0 0.49 0.11 0.10
HSL 313.93º 0.68% 0.68% -
HSV(B) 313.93º 0.49% 0.9% -
XYZ 49.45 33.69 60.4 -
YUV 160.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 229 117 203 0 0.49 0.11 0.10 313.93 0.68 0.68
Hex E5 75 CB 0 31 B A 13A 44 44
Octal 345 165 313 0 61 13 12 472 104 104
Binary 11100101 1110101 11001011 0 110001 1011 1010 100111010 1000100 1000100

Color Harmonies of #E575CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E575CB

Black with #E575CB

Text Example


Text Example

White with #E575CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E575CB; }

 p { color: rgb(229,117,203); }

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

background-color css

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

 a { background-color: rgb(229,117,203); }

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

border-color css

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

 span { border-color: rgb(229,117,203); }

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