Html Css Color HEX #E482A3 Carissma

📋 copy color: '#E482A3'

red 228 ◦ green 130 ◦ blue 163

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

Shades of Carissma #E482A3

Tints of Carissma #E482A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.29%

R = 43.76%
G = 24.95%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.11

RGB Variations

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

Color information

#E482A3 (or 0xE482A3) is known color: Carissma. HEX triplet: E4, 82 and A3. RGB value is (228,130,163). Sum of RGB (Red+Green+Blue) = 228+130+163=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 163 (64.06% from 255 or 31.29% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E482A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E482A3 is #1B7D5C. Grayscale: #A3A3A3. Windows color (decimal): -1801565 or 10715876. OLE color: 10715876.

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

Color convert

RGB 228 130 163 -
CMYK 0 0.43 0.29 0.11
HSL 339.8º 0.64% 0.7% -
HSV(B) 339.8º 0.43% 0.89% -
XYZ 46.59 35.1 38.97 -
YUV 163.06 127.97 174.32 -
System Red Green Blue C M Y K H S L
Decimal 228 130 163 0 0.43 0.29 0.11 339.8 0.64 0.7
Hex E4 82 A3 0 2B 1D B 154 40 46
Octal 344 202 243 0 53 35 13 524 100 106
Binary 11100100 10000010 10100011 0 101011 11101 1011 101010100 1000000 1000110

Color Harmonies of #E482A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E482A3

Black with #E482A3

Text Example


Text Example

White with #E482A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E482A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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