Html Css Color HEX #E772D4 Orchid

📋 copy color: '#E772D4'

red 231 ◦ green 114 ◦ blue 212

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

Shades of Orchid #E772D4

Tints of Orchid #E772D4

RGB

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

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

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

R = 41.47%
G = 20.47%
B = 38.06%

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

#E772D4 (or 0xE772D4) is known color: Orchid. HEX triplet: E7, 72 and D4. RGB value is (231,114,212). Sum of RGB (Red+Green+Blue) = 231+114+212=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E772D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772D4 is #188D2B. Grayscale: #9F9F9F. Windows color (decimal): -1609004 or 13923047. OLE color: 13923047.

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

Color convert

RGB 231 114 212 -
CMYK 0 0.51 0.08 0.09
HSL 309.74º 0.71% 0.68% -
HSV(B) 309.74º 0.51% 0.91% -
XYZ 50.86 33.78 66.13 -
YUV 160.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 231 114 212 0 0.51 0.08 0.09 309.74 0.71 0.68
Hex E7 72 D4 0 33 8 9 136 47 44
Octal 347 162 324 0 63 10 11 466 107 104
Binary 11100111 1110010 11010100 0 110011 1000 1001 100110110 1000111 1000100

Color Harmonies of #E772D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772D4

Black with #E772D4

Text Example


Text Example

White with #E772D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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