Html Css Color HEX #E972DE Orchid

📋 copy color: '#E972DE'

red 233 ◦ green 114 ◦ blue 222

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

Shades of Orchid #E972DE

Tints of Orchid #E972DE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 20.04%

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

R = 40.95%
G = 20.04%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E972DE (or 0xE972DE) is known color: Orchid. HEX triplet: E9, 72 and DE. RGB value is (233,114,222). Sum of RGB (Red+Green+Blue) = 233+114+222=569 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.95% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 233 - color contains mainly: red. Hex color #E972DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972DE is #168D21. Grayscale: #A1A1A1. Windows color (decimal): -1477922 or 14578409. OLE color: 14578409.

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

Color convert

RGB 233 114 222 -
CMYK 0 0.51 0.05 0.09
HSL 305.55º 0.73% 0.68% -
HSV(B) 305.55º 0.51% 0.91% -
XYZ 52.81 34.63 73.01 -
YUV 161.89 161.92 178.72 -
System Red Green Blue C M Y K H S L
Decimal 233 114 222 0 0.51 0.05 0.09 305.55 0.73 0.68
Hex E9 72 DE 0 33 5 9 132 49 44
Octal 351 162 336 0 63 5 11 462 111 104
Binary 11101001 1110010 11011110 0 110011 101 1001 100110010 1001001 1000100

Color Harmonies of #E972DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972DE

Black with #E972DE

Text Example


Text Example

White with #E972DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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