Html Css Color HEX #E971DD Orchid

📋 copy color: '#E971DD'

red 233 ◦ green 113 ◦ blue 221

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

Shades of Orchid #E971DD

Tints of Orchid #E971DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.98%

R = 41.09%
G = 19.93%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E971DD (or 0xE971DD) is known color: Orchid. HEX triplet: E9, 71 and DD. RGB value is (233,113,221). Sum of RGB (Red+Green+Blue) = 233+113+221=567 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.09% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 233 - color contains mainly: red. Hex color #E971DD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971DD is #168E22. Grayscale: #A0A0A0. Windows color (decimal): -1478179 or 14512617. OLE color: 14512617.

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

Color convert

RGB 233 113 221 -
CMYK 0 0.52 0.05 0.09
HSL 306º 0.73% 0.68% -
HSV(B) 306º 0.52% 0.91% -
XYZ 52.56 34.35 72.27 -
YUV 161.19 161.76 179.22 -
System Red Green Blue C M Y K H S L
Decimal 233 113 221 0 0.52 0.05 0.09 306 0.73 0.68
Hex E9 71 DD 0 34 5 9 132 49 44
Octal 351 161 335 0 64 5 11 462 111 104
Binary 11101001 1110001 11011101 0 110100 101 1001 100110010 1001001 1000100

Color Harmonies of #E971DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971DD

Black with #E971DD

Text Example


Text Example

White with #E971DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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