Html Css Color HEX #E0829A Carissma

📋 copy color: '#E0829A'

red 224 ◦ green 130 ◦ blue 154

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

Shades of Carissma #E0829A

Tints of Carissma #E0829A

RGB

 RED value IS 224 (87.89% from 255) = 44.09%

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

 BLUE value IS 154 (60.55% from 255) = 30.31%

R = 44.09%
G = 25.59%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#E0829A (or 0xE0829A) is known color: Carissma. HEX triplet: E0, 82 and 9A. RGB value is (224,130,154). Sum of RGB (Red+Green+Blue) = 224+130+154=508 (67% of max value = 765). Red value is 224 (87.89% from 255 or 44.09% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 154 (60.55% from 255 or 30.31% from 508); Max value from RGB is 224 - color contains mainly: red. Hex color #E0829A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0829A is #1F7D65. Grayscale: #A0A0A0. Windows color (decimal): -2063718 or 10126048. OLE color: 10126048.

HSL color Cylindrical-coordinate representation of color #E0829A: hue angle of 344.68º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E0829A is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 130 154 -
CMYK 0 0.42 0.31 0.12
HSL 344.68º 0.6% 0.69% -
HSV(B) 344.68º 0.42% 0.88% -
XYZ 44.56 34.15 34.81 -
YUV 160.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 224 130 154 0 0.42 0.31 0.12 344.68 0.6 0.69
Hex E0 82 9A 0 2A 1F C 159 3C 45
Octal 340 202 232 0 52 37 14 531 74 105
Binary 11100000 10000010 10011010 0 101010 11111 1100 101011001 111100 1000101

Color Harmonies of #E0829A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0829A

Black with #E0829A

Text Example


Text Example

White with #E0829A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0829A; }

 p { color: rgb(224,130,154); }

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

background-color css

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

 a { background-color: rgb(224,130,154); }

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

border-color css

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

 span { border-color: rgb(224,130,154); }

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