Html Css Color HEX #EA829F Carissma

📋 copy color: '#EA829F'

red 234 ◦ green 130 ◦ blue 159

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

Shades of Carissma #EA829F

Tints of Carissma #EA829F

RGB

 RED value IS 234 (91.8% from 255) = 44.74%

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

 BLUE value IS 159 (62.5% from 255) = 30.4%

R = 44.74%
G = 24.86%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EA829F (or 0xEA829F) is known color: Carissma. HEX triplet: EA, 82 and 9F. RGB value is (234,130,159). Sum of RGB (Red+Green+Blue) = 234+130+159=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 159 (62.5% from 255 or 30.40% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EA829F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA829F is #157D60. Grayscale: #A4A4A4. Windows color (decimal): -1408353 or 10453738. OLE color: 10453738.

HSL color Cylindrical-coordinate representation of color #EA829F: hue angle of 343.27º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EA829F is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 159 -
CMYK 0 0.44 0.32 0.08
HSL 343.27º 0.71% 0.71% -
HSV(B) 343.27º 0.44% 0.92% -
XYZ 48.17 35.96 37.2 -
YUV 164.4 124.96 177.64 -
System Red Green Blue C M Y K H S L
Decimal 234 130 159 0 0.44 0.32 0.08 343.27 0.71 0.71
Hex EA 82 9F 0 2C 20 8 157 47 47
Octal 352 202 237 0 54 40 10 527 107 107
Binary 11101010 10000010 10011111 0 101100 100000 1000 101010111 1000111 1000111

Color Harmonies of #EA829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA829F

Black with #EA829F

Text Example


Text Example

White with #EA829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA829F; }

 p { color: rgb(234,130,159); }

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

background-color css

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

 a { background-color: rgb(234,130,159); }

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

border-color css

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

 span { border-color: rgb(234,130,159); }

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