Html Css Color HEX #E972D9 Orchid

📋 copy color: '#E972D9'

red 233 ◦ green 114 ◦ blue 217

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

Shades of Orchid #E972D9

Tints of Orchid #E972D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.48%

R = 41.31%
G = 20.21%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#E972D9 (or 0xE972D9) is known color: Orchid. HEX triplet: E9, 72 and D9. RGB value is (233,114,217). Sum of RGB (Red+Green+Blue) = 233+114+217=564 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.31% from 564); Green value is 114 (44.92% from 255 or 20.21% from 564); Blue value is 217 (85.16% from 255 or 38.48% from 564); Max value from RGB is 233 - color contains mainly: red. Hex color #E972D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972D9 is #168D26. Grayscale: #A1A1A1. Windows color (decimal): -1477927 or 14250729. OLE color: 14250729.

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

Color convert

RGB 233 114 217 -
CMYK 0 0.51 0.07 0.09
HSL 308.07º 0.73% 0.68% -
HSV(B) 308.07º 0.51% 0.91% -
XYZ 52.15 34.37 69.53 -
YUV 161.32 159.42 179.12 -
System Red Green Blue C M Y K H S L
Decimal 233 114 217 0 0.51 0.07 0.09 308.07 0.73 0.68
Hex E9 72 D9 0 33 7 9 134 49 44
Octal 351 162 331 0 63 7 11 464 111 104
Binary 11101001 1110010 11011001 0 110011 111 1001 100110100 1001001 1000100

Color Harmonies of #E972D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972D9

Black with #E972D9

Text Example


Text Example

White with #E972D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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