Html Css Color HEX #EA829D Carissma

📋 copy color: '#EA829D'

red 234 ◦ green 130 ◦ blue 157

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

Shades of Carissma #EA829D

Tints of Carissma #EA829D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.13%

R = 44.91%
G = 24.95%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EA829D (or 0xEA829D) is known color: Carissma. HEX triplet: EA, 82 and 9D. RGB value is (234,130,157). Sum of RGB (Red+Green+Blue) = 234+130+157=521 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.91% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 234 - color contains mainly: red. Hex color #EA829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA829D is #157D62. Grayscale: #A4A4A4. Windows color (decimal): -1408355 or 10322666. OLE color: 10322666.

HSL color Cylindrical-coordinate representation of color #EA829D: hue angle of 344.42º 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 #EA829D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 130 157 -
CMYK 0 0.44 0.33 0.08
HSL 344.42º 0.71% 0.71% -
HSV(B) 344.42º 0.44% 0.92% -
XYZ 48 35.89 36.3 -
YUV 164.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 234 130 157 0 0.44 0.33 0.08 344.42 0.71 0.71
Hex EA 82 9D 0 2C 21 8 158 47 47
Octal 352 202 235 0 54 41 10 530 107 107
Binary 11101010 10000010 10011101 0 101100 100001 1000 101011000 1000111 1000111

Color Harmonies of #EA829D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA829D

Black with #EA829D

Text Example


Text Example

White with #EA829D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA829D; }

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

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

background-color css

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

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

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

border-color css

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

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

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