Html Css Color HEX #EB829C Carissma

📋 copy color: '#EB829C'

red 235 ◦ green 130 ◦ blue 156

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

Shades of Carissma #EB829C

Tints of Carissma #EB829C

RGB

 RED value IS 235 (92.19% from 255) = 45.11%

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

 BLUE value IS 156 (61.33% from 255) = 29.94%

R = 45.11%
G = 24.95%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB829C (or 0xEB829C) is known color: Carissma. HEX triplet: EB, 82 and 9C. RGB value is (235,130,156). Sum of RGB (Red+Green+Blue) = 235+130+156=521 (69% of max value = 765). Red value is 235 (92.19% from 255 or 45.11% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 156 (61.33% from 255 or 29.94% from 521); Max value from RGB is 235 - color contains mainly: red. Hex color #EB829C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB829C is #147D63. Grayscale: #A4A4A4. Windows color (decimal): -1342820 or 10257131. OLE color: 10257131.

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

Color convert

RGB 235 130 156 -
CMYK 0 0.45 0.34 0.08
HSL 345.14º 0.72% 0.72% -
HSV(B) 345.14º 0.45% 0.92% -
XYZ 48.24 36.03 35.86 -
YUV 164.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 235 130 156 0 0.45 0.34 0.08 345.14 0.72 0.72
Hex EB 82 9C 0 2D 22 8 159 48 48
Octal 353 202 234 0 55 42 10 531 110 110
Binary 11101011 10000010 10011100 0 101101 100010 1000 101011001 1001000 1001000

Color Harmonies of #EB829C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB829C

Black with #EB829C

Text Example


Text Example

White with #EB829C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB829C; }

 p { color: rgb(235,130,156); }

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

background-color css

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

 a { background-color: rgb(235,130,156); }

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

border-color css

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

 span { border-color: rgb(235,130,156); }

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