Html Css Color HEX #EB869C Carissma

📋 copy color: '#EB869C'

red 235 ◦ green 134 ◦ blue 156

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

Shades of Carissma #EB869C

Tints of Carissma #EB869C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.71%

R = 44.76%
G = 25.52%
B = 29.71%

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

#EB869C (or 0xEB869C) is known color: Carissma. HEX triplet: EB, 86 and 9C. RGB value is (235,134,156). Sum of RGB (Red+Green+Blue) = 235+134+156=525 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.76% from 525); Green value is 134 (52.73% from 255 or 25.52% from 525); Blue value is 156 (61.33% from 255 or 29.71% from 525); Max value from RGB is 235 - color contains mainly: red. Hex color #EB869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB869C is #147963. Grayscale: #A6A6A6. Windows color (decimal): -1341796 or 10258155. OLE color: 10258155.

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

Color convert

RGB 235 134 156 -
CMYK 0 0.43 0.34 0.08
HSL 346.93º 0.72% 0.72% -
HSV(B) 346.93º 0.43% 0.92% -
XYZ 48.79 37.11 36.04 -
YUV 166.71 121.96 176.71 -
System Red Green Blue C M Y K H S L
Decimal 235 134 156 0 0.43 0.34 0.08 346.93 0.72 0.72
Hex EB 86 9C 0 2B 22 8 15B 48 48
Octal 353 206 234 0 53 42 10 533 110 110
Binary 11101011 10000110 10011100 0 101011 100010 1000 101011011 1001000 1001000

Color Harmonies of #EB869C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB869C

Black with #EB869C

Text Example


Text Example

White with #EB869C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB869C; }

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

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

background-color css

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

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

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

border-color css

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

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

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