Html Css Color HEX #E772E1 Orchid

📋 copy color: '#E772E1'

red 231 ◦ green 114 ◦ blue 225

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

Shades of Orchid #E772E1

Tints of Orchid #E772E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 39.47%

R = 40.53%
G = 20%
B = 39.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E772E1 (or 0xE772E1) is known color: Orchid. HEX triplet: E7, 72 and E1. RGB value is (231,114,225). Sum of RGB (Red+Green+Blue) = 231+114+225=570 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.53% from 570); Green value is 114 (44.92% from 255 or 20% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 231 - color contains mainly: red. Hex color #E772E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772E1 is #188D1E. Grayscale: #A1A1A1. Windows color (decimal): -1608991 or 14775015. OLE color: 14775015.

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

Color convert

RGB 231 114 225 -
CMYK 0 0.51 0.03 0.09
HSL 303.08º 0.71% 0.68% -
HSV(B) 303.08º 0.51% 0.91% -
XYZ 52.56 34.46 75.12 -
YUV 161.64 163.76 177.47 -
System Red Green Blue C M Y K H S L
Decimal 231 114 225 0 0.51 0.03 0.09 303.08 0.71 0.68
Hex E7 72 E1 0 33 3 9 12F 47 44
Octal 347 162 341 0 63 3 11 457 107 104
Binary 11100111 1110010 11100001 0 110011 11 1001 100101111 1000111 1000100

Color Harmonies of #E772E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E772E1

Black with #E772E1

Text Example


Text Example

White with #E772E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E772E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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