Html Css Color HEX #E470CC Orchid

📋 copy color: '#E470CC'

red 228 ◦ green 112 ◦ blue 204

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

Shades of Orchid #E470CC

Tints of Orchid #E470CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.5%

R = 41.91%
G = 20.59%
B = 37.5%

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

#E470CC (or 0xE470CC) is known color: Orchid. HEX triplet: E4, 70 and CC. RGB value is (228,112,204). Sum of RGB (Red+Green+Blue) = 228+112+204=544 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.91% from 544); Green value is 112 (44.14% from 255 or 20.59% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 228 - color contains mainly: red. Hex color #E470CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470CC is #1B8F33. Grayscale: #9C9C9C. Windows color (decimal): -1806132 or 13398244. OLE color: 13398244.

HSL color Cylindrical-coordinate representation of color #E470CC: hue angle of 312.41º 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 #E470CC is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 112 204 -
CMYK 0 0.51 0.11 0.11
HSL 312.41º 0.68% 0.67% -
HSV(B) 312.41º 0.51% 0.89% -
XYZ 48.69 32.44 60.82 -
YUV 157.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 228 112 204 0 0.51 0.11 0.11 312.41 0.68 0.67
Hex E4 70 CC 0 33 B B 138 44 43
Octal 344 160 314 0 63 13 13 470 104 103
Binary 11100100 1110000 11001100 0 110011 1011 1011 100111000 1000100 1000011

Color Harmonies of #E470CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E470CC

Black with #E470CC

Text Example


Text Example

White with #E470CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E470CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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