Html Css Color HEX #E971CC Orchid

📋 copy color: '#E971CC'

red 233 ◦ green 113 ◦ blue 204

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

Shades of Orchid #E971CC

Tints of Orchid #E971CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.55%

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

R = 42.36%
G = 20.55%
B = 37.09%

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

#E971CC (or 0xE971CC) is known color: Orchid. HEX triplet: E9, 71 and CC. RGB value is (233,113,204). Sum of RGB (Red+Green+Blue) = 233+113+204=550 (72% of max value = 765). Red value is 233 (91.41% from 255 or 42.36% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 233 - color contains mainly: red. Hex color #E971CC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971CC is #168E33. Grayscale: #9F9F9F. Windows color (decimal): -1478196 or 13398505. OLE color: 13398505.

HSL color Cylindrical-coordinate representation of color #E971CC: hue angle of 314.5º 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 #E971CC is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 113 204 -
CMYK 0 0.52 0.12 0.09
HSL 314.5º 0.73% 0.68% -
HSV(B) 314.5º 0.52% 0.91% -
XYZ 50.41 33.49 60.93 -
YUV 159.25 153.26 180.6 -
System Red Green Blue C M Y K H S L
Decimal 233 113 204 0 0.52 0.12 0.09 314.5 0.73 0.68
Hex E9 71 CC 0 34 C 9 13A 49 44
Octal 351 161 314 0 64 14 11 472 111 104
Binary 11101001 1110001 11001100 0 110100 1100 1001 100111010 1001001 1000100

Color Harmonies of #E971CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971CC

Black with #E971CC

Text Example


Text Example

White with #E971CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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