Html Css Color HEX #EB8289 Carissma

📋 copy color: '#EB8289'

red 235 ◦ green 130 ◦ blue 137

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

Shades of Carissma #EB8289

Tints of Carissma #EB8289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 46.81%
G = 25.9%
B = 27.29%

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

#EB8289 (or 0xEB8289) is known color: Carissma. HEX triplet: EB, 82 and 89. RGB value is (235,130,137). Sum of RGB (Red+Green+Blue) = 235+130+137=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8289 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8289 is #147D76. Grayscale: #A2A2A2. Windows color (decimal): -1342839 or 9011947. OLE color: 9011947.

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

Color convert

RGB 235 130 137 -
CMYK 0 0.45 0.42 0.08
HSL 356º 0.72% 0.72% -
HSV(B) 356º 0.45% 0.92% -
XYZ 46.76 35.43 28.04 -
YUV 162.19 113.79 179.93 -
System Red Green Blue C M Y K H S L
Decimal 235 130 137 0 0.45 0.42 0.08 356 0.72 0.72
Hex EB 82 89 0 2D 2A 8 164 48 48
Octal 353 202 211 0 55 52 10 544 110 110
Binary 11101011 10000010 10001001 0 101101 101010 1000 101100100 1001000 1001000

Color Harmonies of #EB8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8289

Black with #EB8289

Text Example


Text Example

White with #EB8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8289; }

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

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

background-color css

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

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

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

border-color css

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

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

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