Html Css Color HEX #E774CE Orchid

📋 copy color: '#E774CE'

red 231 ◦ green 116 ◦ blue 206

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

Shades of Orchid #E774CE

Tints of Orchid #E774CE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.98%

 BLUE value IS 206 (80.86% from 255) = 37.25%

R = 41.77%
G = 20.98%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E774CE (or 0xE774CE) is known color: Orchid. HEX triplet: E7, 74 and CE. RGB value is (231,116,206). Sum of RGB (Red+Green+Blue) = 231+116+206=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 116 (45.70% from 255 or 20.98% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E774CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774CE is #188B31. Grayscale: #A0A0A0. Windows color (decimal): -1608498 or 13530343. OLE color: 13530343.

HSL color Cylindrical-coordinate representation of color #E774CE: hue angle of 313.04º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774CE is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 116 206 -
CMYK 0 0.50 0.11 0.09
HSL 313.04º 0.71% 0.68% -
HSV(B) 313.04º 0.5% 0.91% -
XYZ 50.34 33.94 62.29 -
YUV 160.65 153.6 178.18 -
System Red Green Blue C M Y K H S L
Decimal 231 116 206 0 0.50 0.11 0.09 313.04 0.71 0.68
Hex E7 74 CE 0 32 B 9 139 47 44
Octal 347 164 316 0 62 13 11 471 107 104
Binary 11100111 1110100 11001110 0 110010 1011 1001 100111001 1000111 1000100

Color Harmonies of #E774CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774CE

Black with #E774CE

Text Example


Text Example

White with #E774CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774CE; }

 p { color: rgb(231,116,206); }

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

background-color css

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

 a { background-color: rgb(231,116,206); }

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

border-color css

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

 span { border-color: rgb(231,116,206); }

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