Html Css Color HEX #E972D4 Orchid

📋 copy color: '#E972D4'

red 233 ◦ green 114 ◦ blue 212

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

Shades of Orchid #E972D4

Tints of Orchid #E972D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.92%

R = 41.68%
G = 20.39%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E972D4 (or 0xE972D4) is known color: Orchid. HEX triplet: E9, 72 and D4. RGB value is (233,114,212). Sum of RGB (Red+Green+Blue) = 233+114+212=559 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.68% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 212 (83.20% from 255 or 37.92% from 559); Max value from RGB is 233 - color contains mainly: red. Hex color #E972D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972D4 is #168D2B. Grayscale: #A0A0A0. Windows color (decimal): -1477932 or 13923049. OLE color: 13923049.

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

Color convert

RGB 233 114 212 -
CMYK 0 0.51 0.09 0.09
HSL 310.59º 0.73% 0.68% -
HSV(B) 310.59º 0.51% 0.91% -
XYZ 51.51 34.11 66.16 -
YUV 160.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 233 114 212 0 0.51 0.09 0.09 310.59 0.73 0.68
Hex E9 72 D4 0 33 9 9 137 49 44
Octal 351 162 324 0 63 11 11 467 111 104
Binary 11101001 1110010 11010100 0 110011 1001 1001 100110111 1001001 1000100

Color Harmonies of #E972D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972D4

Black with #E972D4

Text Example


Text Example

White with #E972D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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