Html Css Color HEX #E972D1 Orchid

📋 copy color: '#E972D1'

red 233 ◦ green 114 ◦ blue 209

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

Shades of Orchid #E972D1

Tints of Orchid #E972D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 37.59%

R = 41.91%
G = 20.5%
B = 37.59%

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

#E972D1 (or 0xE972D1) is known color: Orchid. HEX triplet: E9, 72 and D1. RGB value is (233,114,209). Sum of RGB (Red+Green+Blue) = 233+114+209=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 114 (44.92% from 255 or 20.50% from 556); Blue value is 209 (82.03% from 255 or 37.59% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E972D1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E972D1 is #168D2E. Grayscale: #A0A0A0. Windows color (decimal): -1477935 or 13726441. OLE color: 13726441.

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

Color convert

RGB 233 114 209 -
CMYK 0 0.51 0.10 0.09
HSL 312.1º 0.73% 0.68% -
HSV(B) 312.1º 0.51% 0.91% -
XYZ 51.13 33.96 64.18 -
YUV 160.41 155.42 179.78 -
System Red Green Blue C M Y K H S L
Decimal 233 114 209 0 0.51 0.10 0.09 312.1 0.73 0.68
Hex E9 72 D1 0 33 A 9 138 49 44
Octal 351 162 321 0 63 12 11 470 111 104
Binary 11101001 1110010 11010001 0 110011 1010 1001 100111000 1001001 1000100

Color Harmonies of #E972D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E972D1

Black with #E972D1

Text Example


Text Example

White with #E972D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E972D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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