Html Css Color HEX #E971DE Orchid

📋 copy color: '#E971DE'

red 233 ◦ green 113 ◦ blue 222

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

Shades of Orchid #E971DE

Tints of Orchid #E971DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.08%

R = 41.02%
G = 19.89%
B = 39.08%

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

#E971DE (or 0xE971DE) is known color: Orchid. HEX triplet: E9, 71 and DE. RGB value is (233,113,222). Sum of RGB (Red+Green+Blue) = 233+113+222=568 (75% of max value = 765). Red value is 233 (91.41% from 255 or 41.02% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 233 - color contains mainly: red. Hex color #E971DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971DE is #168E21. Grayscale: #A0A0A0. Windows color (decimal): -1478178 or 14578153. OLE color: 14578153.

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

Color convert

RGB 233 113 222 -
CMYK 0 0.52 0.05 0.09
HSL 305.5º 0.73% 0.68% -
HSV(B) 305.5º 0.52% 0.91% -
XYZ 52.69 34.41 72.97 -
YUV 161.31 162.26 179.14 -
System Red Green Blue C M Y K H S L
Decimal 233 113 222 0 0.52 0.05 0.09 305.5 0.73 0.68
Hex E9 71 DE 0 34 5 9 132 49 44
Octal 351 161 336 0 64 5 11 462 111 104
Binary 11101001 1110001 11011110 0 110100 101 1001 100110010 1001001 1000100

Color Harmonies of #E971DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E971DE

Black with #E971DE

Text Example


Text Example

White with #E971DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E971DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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