Html Css Color HEX #E470CB Orchid

📋 copy color: '#E470CB'

red 228 ◦ green 112 ◦ blue 203

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

Shades of Orchid #E470CB

Tints of Orchid #E470CB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.63%

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

R = 41.99%
G = 20.63%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E470CB (or 0xE470CB) is known color: Orchid. HEX triplet: E4, 70 and CB. RGB value is (228,112,203). Sum of RGB (Red+Green+Blue) = 228+112+203=543 (71% of max value = 765). Red value is 228 (89.45% from 255 or 41.99% from 543); Green value is 112 (44.14% from 255 or 20.63% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 228 - color contains mainly: red. Hex color #E470CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470CB is #1B8F34. Grayscale: #9C9C9C. Windows color (decimal): -1806133 or 13332708. OLE color: 13332708.

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

Color convert

RGB 228 112 203 -
CMYK 0 0.51 0.11 0.11
HSL 312.93º 0.68% 0.67% -
HSV(B) 312.93º 0.51% 0.89% -
XYZ 48.57 32.39 60.19 -
YUV 157.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 228 112 203 0 0.51 0.11 0.11 312.93 0.68 0.67
Hex E4 70 CB 0 33 B B 139 44 43
Octal 344 160 313 0 63 13 13 471 104 103
Binary 11100100 1110000 11001011 0 110011 1011 1011 100111001 1000100 1000011

Color Harmonies of #E470CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470CB

Black with #E470CB

Text Example


Text Example

White with #E470CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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