Html Css Color HEX #E771E4 Orchid

📋 copy color: '#E771E4'

red 231 ◦ green 113 ◦ blue 228

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

Shades of Orchid #E771E4

Tints of Orchid #E771E4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 19.76%

 BLUE value IS 228 (89.45% from 255) = 39.86%

R = 40.38%
G = 19.76%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E771E4 (or 0xE771E4) is known color: Orchid. HEX triplet: E7, 71 and E4. RGB value is (231,113,228). Sum of RGB (Red+Green+Blue) = 231+113+228=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E771E4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771E4 is #188E1B. Grayscale: #A1A1A1. Windows color (decimal): -1609244 or 14971367. OLE color: 14971367.

HSL color Cylindrical-coordinate representation of color #E771E4: hue angle of 301.53º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771E4 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 113 228 -
CMYK 0 0.51 0.01 0.09
HSL 301.53º 0.71% 0.67% -
HSV(B) 301.53º 0.51% 0.91% -
XYZ 52.86 34.4 77.25 -
YUV 161.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 231 113 228 0 0.51 0.01 0.09 301.53 0.71 0.67
Hex E7 71 E4 0 33 1 9 12E 47 43
Octal 347 161 344 0 63 1 11 456 107 103
Binary 11100111 1110001 11100100 0 110011 1 1001 100101110 1000111 1000011

Color Harmonies of #E771E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771E4

Black with #E771E4

Text Example


Text Example

White with #E771E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771E4; }

 p { color: rgb(231,113,228); }

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

background-color css

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

 a { background-color: rgb(231,113,228); }

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

border-color css

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

 span { border-color: rgb(231,113,228); }

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