Html Css Color HEX #E481CA Tea Rose

📋 copy color: '#E481CA'

red 228 ◦ green 129 ◦ blue 202

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

Shades of Tea Rose #E481CA

Tints of Tea Rose #E481CA

RGB

 RED value IS 228 (89.45% from 255) = 40.79%

 GREEN value IS 129 (50.78% from 255) = 23.08%

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

R = 40.79%
G = 23.08%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E481CA (or 0xE481CA) is known color: Tea Rose. HEX triplet: E4, 81 and CA. RGB value is (228,129,202). Sum of RGB (Red+Green+Blue) = 228+129+202=559 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.79% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 228 - color contains mainly: red. Hex color #E481CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E481CA is #1B7E35. Grayscale: #A6A6A6. Windows color (decimal): -1801782 or 13271524. OLE color: 13271524.

HSL color Cylindrical-coordinate representation of color #E481CA: hue angle of 315.76º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E481CA is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 129 202 -
CMYK 0 0.43 0.11 0.11
HSL 315.76º 0.65% 0.7% -
HSV(B) 315.76º 0.43% 0.89% -
XYZ 50.51 36.46 60.25 -
YUV 166.92 147.8 171.56 -
System Red Green Blue C M Y K H S L
Decimal 228 129 202 0 0.43 0.11 0.11 315.76 0.65 0.7
Hex E4 81 CA 0 2B B B 13C 41 46
Octal 344 201 312 0 53 13 13 474 101 106
Binary 11100100 10000001 11001010 0 101011 1011 1011 100111100 1000001 1000110

Color Harmonies of #E481CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E481CA

Black with #E481CA

Text Example


Text Example

White with #E481CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E481CA; }

 p { color: rgb(228,129,202); }

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

background-color css

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

 a { background-color: rgb(228,129,202); }

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

border-color css

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

 span { border-color: rgb(228,129,202); }

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