Html Css Color HEX #E482CB Tea Rose

📋 copy color: '#E482CB'

red 228 ◦ green 130 ◦ blue 203

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

Shades of Tea Rose #E482CB

Tints of Tea Rose #E482CB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.17%

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

R = 40.64%
G = 23.17%
B = 36.19%

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

#E482CB (or 0xE482CB) is known color: Tea Rose. HEX triplet: E4, 82 and CB. RGB value is (228,130,203). Sum of RGB (Red+Green+Blue) = 228+130+203=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 130 (51.17% from 255 or 23.17% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E482CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E482CB is #1B7D34. Grayscale: #A7A7A7. Windows color (decimal): -1801525 or 13337316. OLE color: 13337316.

HSL color Cylindrical-coordinate representation of color #E482CB: hue angle of 315.31º degrees, saturation: 0.64, 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 #E482CB is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 130 203 -
CMYK 0 0.43 0.11 0.11
HSL 315.31º 0.64% 0.7% -
HSV(B) 315.31º 0.43% 0.89% -
XYZ 50.76 36.77 60.92 -
YUV 167.62 147.97 171.06 -
System Red Green Blue C M Y K H S L
Decimal 228 130 203 0 0.43 0.11 0.11 315.31 0.64 0.7
Hex E4 82 CB 0 2B B B 13B 40 46
Octal 344 202 313 0 53 13 13 473 100 106
Binary 11100100 10000010 11001011 0 101011 1011 1011 100111011 1000000 1000110

Color Harmonies of #E482CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482CB

Black with #E482CB

Text Example


Text Example

White with #E482CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482CB; }

 p { color: rgb(228,130,203); }

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

background-color css

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

 a { background-color: rgb(228,130,203); }

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

border-color css

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

 span { border-color: rgb(228,130,203); }

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