Html Css Color HEX #EB849E Carissma

📋 copy color: '#EB849E'

red 235 ◦ green 132 ◦ blue 158

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

Shades of Carissma #EB849E

Tints of Carissma #EB849E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 25.14%

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

R = 44.76%
G = 25.14%
B = 30.1%

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

#EB849E (or 0xEB849E) is known color: Carissma. HEX triplet: EB, 84 and 9E. RGB value is (235,132,158). Sum of RGB (Red+Green+Blue) = 235+132+158=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 132 (51.95% from 255 or 25.14% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB849E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB849E is #147B61. Grayscale: #A5A5A5. Windows color (decimal): -1342306 or 10388715. OLE color: 10388715.

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

Color convert

RGB 235 132 158 -
CMYK 0 0.44 0.33 0.08
HSL 344.85º 0.72% 0.72% -
HSV(B) 344.85º 0.44% 0.92% -
XYZ 48.68 36.63 36.85 -
YUV 165.76 123.62 177.39 -
System Red Green Blue C M Y K H S L
Decimal 235 132 158 0 0.44 0.33 0.08 344.85 0.72 0.72
Hex EB 84 9E 0 2C 21 8 159 48 48
Octal 353 204 236 0 54 41 10 531 110 110
Binary 11101011 10000100 10011110 0 101100 100001 1000 101011001 1001000 1001000

Color Harmonies of #EB849E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB849E

Black with #EB849E

Text Example


Text Example

White with #EB849E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB849E; }

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

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

background-color css

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

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

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

border-color css

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

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

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