Html Css Color HEX #E76FCB Orchid

📋 copy color: '#E76FCB'

red 231 ◦ green 111 ◦ blue 203

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

Shades of Orchid #E76FCB

Tints of Orchid #E76FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.37%

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 42.39%
G = 20.37%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E76FCB (or 0xE76FCB) is known color: Orchid. HEX triplet: E7, 6F and CB. RGB value is (231,111,203). Sum of RGB (Red+Green+Blue) = 231+111+203=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 111 (43.75% from 255 or 20.37% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76FCB is #189034. Grayscale: #9D9D9D. Windows color (decimal): -1609781 or 13332455. OLE color: 13332455.

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

Color convert

RGB 231 111 203 -
CMYK 0 0.52 0.12 0.09
HSL 314º 0.71% 0.67% -
HSV(B) 314º 0.52% 0.91% -
XYZ 49.42 32.67 60.2 -
YUV 157.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 231 111 203 0 0.52 0.12 0.09 314 0.71 0.67
Hex E7 6F CB 0 34 C 9 13A 47 43
Octal 347 157 313 0 64 14 11 472 107 103
Binary 11100111 1101111 11001011 0 110100 1100 1001 100111010 1000111 1000011

Color Harmonies of #E76FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76FCB

Black with #E76FCB

Text Example


Text Example

White with #E76FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76FCB; }

 p { color: rgb(231,111,203); }

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

background-color css

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

 a { background-color: rgb(231,111,203); }

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

border-color css

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

 span { border-color: rgb(231,111,203); }

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