Html Css Color HEX #EB869B Carissma

📋 copy color: '#EB869B'

red 235 ◦ green 134 ◦ blue 155

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

Shades of Carissma #EB869B

Tints of Carissma #EB869B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.57%

 BLUE value IS 155 (60.94% from 255) = 29.58%

R = 44.85%
G = 25.57%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB869B (or 0xEB869B) is known color: Carissma. HEX triplet: EB, 86 and 9B. RGB value is (235,134,155). Sum of RGB (Red+Green+Blue) = 235+134+155=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 155 (60.94% from 255 or 29.58% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EB869B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB869B is #147964. Grayscale: #A6A6A6. Windows color (decimal): -1341797 or 10192619. OLE color: 10192619.

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

Color convert

RGB 235 134 155 -
CMYK 0 0.43 0.34 0.08
HSL 347.52º 0.72% 0.72% -
HSV(B) 347.52º 0.43% 0.92% -
XYZ 48.7 37.08 35.6 -
YUV 166.59 121.46 176.79 -
System Red Green Blue C M Y K H S L
Decimal 235 134 155 0 0.43 0.34 0.08 347.52 0.72 0.72
Hex EB 86 9B 0 2B 22 8 15C 48 48
Octal 353 206 233 0 53 42 10 534 110 110
Binary 11101011 10000110 10011011 0 101011 100010 1000 101011100 1001000 1001000

Color Harmonies of #EB869B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB869B

Black with #EB869B

Text Example


Text Example

White with #EB869B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB869B; }

 p { color: rgb(235,134,155); }

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

background-color css

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

 a { background-color: rgb(235,134,155); }

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

border-color css

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

 span { border-color: rgb(235,134,155); }

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