Html Css Color HEX #E770E5 Orchid

📋 copy color: '#E770E5'

red 231 ◦ green 112 ◦ blue 229

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

Shades of Orchid #E770E5

Tints of Orchid #E770E5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 19.58%

 BLUE value IS 229 (89.84% from 255) = 40.03%

R = 40.38%
G = 19.58%
B = 40.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.01

 K value IS 0.09

RGB Variations

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

Color information

#E770E5 (or 0xE770E5) is known color: Orchid. HEX triplet: E7, 70 and E5. RGB value is (231,112,229). Sum of RGB (Red+Green+Blue) = 231+112+229=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 112 (44.14% from 255 or 19.58% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E770E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E770E5 is #188F1A. Grayscale: #A0A0A0. Windows color (decimal): -1609499 or 15036647. OLE color: 15036647.

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

Color convert

RGB 231 112 229 -
CMYK 0 0.52 0.01 0.09
HSL 301.01º 0.71% 0.67% -
HSV(B) 301.01º 0.52% 0.91% -
XYZ 52.89 34.23 77.95 -
YUV 160.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 231 112 229 0 0.52 0.01 0.09 301.01 0.71 0.67
Hex E7 70 E5 0 34 1 9 12D 47 43
Octal 347 160 345 0 64 1 11 455 107 103
Binary 11100111 1110000 11100101 0 110100 1 1001 100101101 1000111 1000011

Color Harmonies of #E770E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770E5

Black with #E770E5

Text Example


Text Example

White with #E770E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770E5; }

 p { color: rgb(231,112,229); }

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

background-color css

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

 a { background-color: rgb(231,112,229); }

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

border-color css

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

 span { border-color: rgb(231,112,229); }

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