Html Css Color HEX #E972D2 Orchid

📋 copy color: '#E972D2'

red 233 ◦ green 114 ◦ blue 210

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

Shades of Orchid #E972D2

Tints of Orchid #E972D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.7%

R = 41.83%
G = 20.47%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E972D2 (or 0xE972D2) is known color: Orchid. HEX triplet: E9, 72 and D2. RGB value is (233,114,210). Sum of RGB (Red+Green+Blue) = 233+114+210=557 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.83% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 210 (82.42% from 255 or 37.70% from 557); Max value from RGB is 233 - color contains mainly: red. Hex color #E972D2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972D2 is #168D2D. Grayscale: #A0A0A0. Windows color (decimal): -1477934 or 13791977. OLE color: 13791977.

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

Color convert

RGB 233 114 210 -
CMYK 0 0.51 0.10 0.09
HSL 311.6º 0.73% 0.68% -
HSV(B) 311.6º 0.51% 0.91% -
XYZ 51.25 34.01 64.84 -
YUV 160.53 155.92 179.69 -
System Red Green Blue C M Y K H S L
Decimal 233 114 210 0 0.51 0.10 0.09 311.6 0.73 0.68
Hex E9 72 D2 0 33 A 9 138 49 44
Octal 351 162 322 0 63 12 11 470 111 104
Binary 11101001 1110010 11010010 0 110011 1010 1001 100111000 1001001 1000100

Color Harmonies of #E972D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972D2

Black with #E972D2

Text Example


Text Example

White with #E972D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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