Html Css Color HEX #E772D5 Orchid

📋 copy color: '#E772D5'

red 231 ◦ green 114 ◦ blue 213

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

Shades of Orchid #E772D5

Tints of Orchid #E772D5

RGB

 RED value IS 231 (90.63% from 255) = 41.4%

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

 BLUE value IS 213 (83.59% from 255) = 38.17%

R = 41.4%
G = 20.43%
B = 38.17%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E772D5 (or 0xE772D5) is known color: Orchid. HEX triplet: E7, 72 and D5. RGB value is (231,114,213). Sum of RGB (Red+Green+Blue) = 231+114+213=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E772D5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772D5 is #188D2A. Grayscale: #9F9F9F. Windows color (decimal): -1609003 or 13988583. OLE color: 13988583.

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

Color convert

RGB 231 114 213 -
CMYK 0 0.51 0.08 0.09
HSL 309.23º 0.71% 0.68% -
HSV(B) 309.23º 0.51% 0.91% -
XYZ 50.98 33.83 66.79 -
YUV 160.27 157.76 178.45 -
System Red Green Blue C M Y K H S L
Decimal 231 114 213 0 0.51 0.08 0.09 309.23 0.71 0.68
Hex E7 72 D5 0 33 8 9 135 47 44
Octal 347 162 325 0 63 10 11 465 107 104
Binary 11100111 1110010 11010101 0 110011 1000 1001 100110101 1000111 1000100

Color Harmonies of #E772D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772D5

Black with #E772D5

Text Example


Text Example

White with #E772D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772D5; }

 p { color: rgb(231,114,213); }

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

background-color css

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

 a { background-color: rgb(231,114,213); }

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

border-color css

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

 span { border-color: rgb(231,114,213); }

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