Html Css Color HEX #EB8288 Carissma

📋 copy color: '#EB8288'

red 235 ◦ green 130 ◦ blue 136

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

Shades of Carissma #EB8288

Tints of Carissma #EB8288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.15%

R = 46.91%
G = 25.95%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EB8288 (or 0xEB8288) is known color: Carissma. HEX triplet: EB, 82 and 88. RGB value is (235,130,136). Sum of RGB (Red+Green+Blue) = 235+130+136=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8288 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8288 is #147D77. Grayscale: #A2A2A2. Windows color (decimal): -1342840 or 8946411. OLE color: 8946411.

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

Color convert

RGB 235 130 136 -
CMYK 0 0.45 0.42 0.08
HSL 356.57º 0.72% 0.72% -
HSV(B) 356.57º 0.45% 0.92% -
XYZ 46.69 35.41 27.67 -
YUV 162.08 113.29 180.01 -
System Red Green Blue C M Y K H S L
Decimal 235 130 136 0 0.45 0.42 0.08 356.57 0.72 0.72
Hex EB 82 88 0 2D 2A 8 165 48 48
Octal 353 202 210 0 55 52 10 545 110 110
Binary 11101011 10000010 10001000 0 101101 101010 1000 101100101 1001000 1001000

Color Harmonies of #EB8288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8288

Black with #EB8288

Text Example


Text Example

White with #EB8288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8288; }

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

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

background-color css

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

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

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

border-color css

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

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

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