Html Css Color HEX #E772E2 Orchid

📋 copy color: '#E772E2'

red 231 ◦ green 114 ◦ blue 226

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

Shades of Orchid #E772E2

Tints of Orchid #E772E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 39.58%

R = 40.46%
G = 19.96%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.09

RGB Variations

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

Color information

#E772E2 (or 0xE772E2) is known color: Orchid. HEX triplet: E7, 72 and E2. RGB value is (231,114,226). Sum of RGB (Red+Green+Blue) = 231+114+226=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 114 (44.92% from 255 or 19.96% from 571); Blue value is 226 (88.67% from 255 or 39.58% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E772E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772E2 is #188D1D. Grayscale: #A1A1A1. Windows color (decimal): -1608990 or 14840551. OLE color: 14840551.

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

Color convert

RGB 231 114 226 -
CMYK 0 0.51 0.02 0.09
HSL 302.56º 0.71% 0.68% -
HSV(B) 302.56º 0.51% 0.91% -
XYZ 52.7 34.51 75.84 -
YUV 161.75 164.26 177.39 -
System Red Green Blue C M Y K H S L
Decimal 231 114 226 0 0.51 0.02 0.09 302.56 0.71 0.68
Hex E7 72 E2 0 33 2 9 12F 47 44
Octal 347 162 342 0 63 2 11 457 107 104
Binary 11100111 1110010 11100010 0 110011 10 1001 100101111 1000111 1000100

Color Harmonies of #E772E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772E2

Black with #E772E2

Text Example


Text Example

White with #E772E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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