Html Css Color HEX #EB829E Carissma

📋 copy color: '#EB829E'

red 235 ◦ green 130 ◦ blue 158

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

Shades of Carissma #EB829E

Tints of Carissma #EB829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.21%

R = 44.93%
G = 24.86%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.33

 K value IS 0.08

RGB Variations

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

Color information

#EB829E (or 0xEB829E) is known color: Carissma. HEX triplet: EB, 82 and 9E. RGB value is (235,130,158). Sum of RGB (Red+Green+Blue) = 235+130+158=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 130 (51.17% from 255 or 24.86% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB829E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB829E is #147D61. Grayscale: #A4A4A4. Windows color (decimal): -1342818 or 10388203. OLE color: 10388203.

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

Color convert

RGB 235 130 158 -
CMYK 0 0.45 0.33 0.08
HSL 344º 0.72% 0.72% -
HSV(B) 344º 0.45% 0.92% -
XYZ 48.42 36.1 36.76 -
YUV 164.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 235 130 158 0 0.45 0.33 0.08 344 0.72 0.72
Hex EB 82 9E 0 2D 21 8 158 48 48
Octal 353 202 236 0 55 41 10 530 110 110
Binary 11101011 10000010 10011110 0 101101 100001 1000 101011000 1001000 1001000

Color Harmonies of #EB829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB829E

Black with #EB829E

Text Example


Text Example

White with #EB829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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