Html Css Color HEX #E77CCB Tea Rose

📋 copy color: '#E77CCB'

red 231 ◦ green 124 ◦ blue 203

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

Shades of Tea Rose #E77CCB

Tints of Tea Rose #E77CCB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.22%

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

R = 41.4%
G = 22.22%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E77CCB (or 0xE77CCB) is known color: Tea Rose. HEX triplet: E7, 7C and CB. RGB value is (231,124,203). Sum of RGB (Red+Green+Blue) = 231+124+203=558 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.40% from 558); Green value is 124 (48.83% from 255 or 22.22% from 558); Blue value is 203 (79.69% from 255 or 36.38% from 558); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CCB is #188334. Grayscale: #A4A4A4. Windows color (decimal): -1606453 or 13335783. OLE color: 13335783.

HSL color Cylindrical-coordinate representation of color #E77CCB: hue angle of 315.7º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77CCB is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 124 203 -
CMYK 0 0.46 0.12 0.09
HSL 315.7º 0.69% 0.7% -
HSV(B) 315.7º 0.46% 0.91% -
XYZ 50.94 35.72 60.71 -
YUV 165 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 231 124 203 0 0.46 0.12 0.09 315.7 0.69 0.7
Hex E7 7C CB 0 2E C 9 13C 45 46
Octal 347 174 313 0 56 14 11 474 105 106
Binary 11100111 1111100 11001011 0 101110 1100 1001 100111100 1000101 1000110

Color Harmonies of #E77CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77CCB

Black with #E77CCB

Text Example


Text Example

White with #E77CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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