Html Css Color HEX #E76ECA Orchid

📋 copy color: '#E76ECA'

red 231 ◦ green 110 ◦ blue 202

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

Shades of Orchid #E76ECA

Tints of Orchid #E76ECA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 20.26%

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 42.54%
G = 20.26%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E76ECA (or 0xE76ECA) is known color: Orchid. HEX triplet: E7, 6E and CA. RGB value is (231,110,202). Sum of RGB (Red+Green+Blue) = 231+110+202=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 110 (43.36% from 255 or 20.26% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E76ECA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76ECA is #189135. Grayscale: #9C9C9C. Windows color (decimal): -1610038 or 13266663. OLE color: 13266663.

HSL color Cylindrical-coordinate representation of color #E76ECA: hue angle of 314.38º degrees, saturation: 0.72, 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 #E76ECA is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 110 202 -
CMYK 0 0.52 0.13 0.09
HSL 314.38º 0.72% 0.67% -
HSV(B) 314.38º 0.52% 0.91% -
XYZ 49.19 32.41 59.54 -
YUV 156.67 153.59 181.02 -
System Red Green Blue C M Y K H S L
Decimal 231 110 202 0 0.52 0.13 0.09 314.38 0.72 0.67
Hex E7 6E CA 0 34 D 9 13A 48 43
Octal 347 156 312 0 64 15 11 472 110 103
Binary 11100111 1101110 11001010 0 110100 1101 1001 100111010 1001000 1000011

Color Harmonies of #E76ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76ECA

Black with #E76ECA

Text Example


Text Example

White with #E76ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76ECA; }

 p { color: rgb(231,110,202); }

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

background-color css

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

 a { background-color: rgb(231,110,202); }

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

border-color css

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

 span { border-color: rgb(231,110,202); }

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