Html Css Color HEX #E970CC Orchid

📋 copy color: '#E970CC'

red 233 ◦ green 112 ◦ blue 204

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

Shades of Orchid #E970CC

Tints of Orchid #E970CC

RGB

 RED value IS 233 (91.41% from 255) = 42.44%

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

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

R = 42.44%
G = 20.4%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E970CC (or 0xE970CC) is known color: Orchid. HEX triplet: E9, 70 and CC. RGB value is (233,112,204). Sum of RGB (Red+Green+Blue) = 233+112+204=549 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.44% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 233 - color contains mainly: red. Hex color #E970CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E970CC is #168F33. Grayscale: #9E9E9E. Windows color (decimal): -1478452 or 13398249. OLE color: 13398249.

HSL color Cylindrical-coordinate representation of color #E970CC: hue angle of 314.38º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E970CC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 112 204 -
CMYK 0 0.52 0.12 0.09
HSL 314.38º 0.73% 0.68% -
HSV(B) 314.38º 0.52% 0.91% -
XYZ 50.3 33.27 60.9 -
YUV 158.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 233 112 204 0 0.52 0.12 0.09 314.38 0.73 0.68
Hex E9 70 CC 0 34 C 9 13A 49 44
Octal 351 160 314 0 64 14 11 472 111 104
Binary 11101001 1110000 11001100 0 110100 1100 1001 100111010 1001001 1000100

Color Harmonies of #E970CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E970CC

Black with #E970CC

Text Example


Text Example

White with #E970CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E970CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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