Html Css Color HEX #EB829F Carissma

📋 copy color: '#EB829F'

red 235 ◦ green 130 ◦ blue 159

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

Shades of Carissma #EB829F

Tints of Carissma #EB829F

RGB

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

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

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

R = 44.85%
G = 24.81%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB829F (or 0xEB829F) is known color: Carissma. HEX triplet: EB, 82 and 9F. RGB value is (235,130,159). Sum of RGB (Red+Green+Blue) = 235+130+159=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 130 (51.17% from 255 or 24.81% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB829F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB829F is #147D60. Grayscale: #A4A4A4. Windows color (decimal): -1342817 or 10453739. OLE color: 10453739.

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

Color convert

RGB 235 130 159 -
CMYK 0 0.45 0.32 0.08
HSL 343.43º 0.72% 0.72% -
HSV(B) 343.43º 0.45% 0.92% -
XYZ 48.5 36.13 37.22 -
YUV 164.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 235 130 159 0 0.45 0.32 0.08 343.43 0.72 0.72
Hex EB 82 9F 0 2D 20 8 157 48 48
Octal 353 202 237 0 55 40 10 527 110 110
Binary 11101011 10000010 10011111 0 101101 100000 1000 101010111 1001000 1001000

Color Harmonies of #EB829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB829F

Black with #EB829F

Text Example


Text Example

White with #EB829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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