Html Css Color HEX #E477CB Orchid

📋 copy color: '#E477CB'

red 228 ◦ green 119 ◦ blue 203

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

Shades of Orchid #E477CB

Tints of Orchid #E477CB

RGB

 RED value IS 228 (89.45% from 255) = 41.45%

 GREEN value IS 119 (46.88% from 255) = 21.64%

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

R = 41.45%
G = 21.64%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E477CB (or 0xE477CB) is known color: Orchid. HEX triplet: E4, 77 and CB. RGB value is (228,119,203). Sum of RGB (Red+Green+Blue) = 228+119+203=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 119 (46.88% from 255 or 21.64% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E477CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E477CB is #1B8834. Grayscale: #A0A0A0. Windows color (decimal): -1804341 or 13334500. OLE color: 13334500.

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

Color convert

RGB 228 119 203 -
CMYK 0 0.48 0.11 0.11
HSL 313.76º 0.67% 0.68% -
HSV(B) 313.76º 0.48% 0.89% -
XYZ 49.37 34 60.46 -
YUV 161.17 151.61 175.67 -
System Red Green Blue C M Y K H S L
Decimal 228 119 203 0 0.48 0.11 0.11 313.76 0.67 0.68
Hex E4 77 CB 0 30 B B 13A 43 44
Octal 344 167 313 0 60 13 13 472 103 104
Binary 11100100 1110111 11001011 0 110000 1011 1011 100111010 1000011 1000100

Color Harmonies of #E477CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E477CB

Black with #E477CB

Text Example


Text Example

White with #E477CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E477CB; }

 p { color: rgb(228,119,203); }

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

background-color css

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

 a { background-color: rgb(228,119,203); }

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

border-color css

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

 span { border-color: rgb(228,119,203); }

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