Html Css Color HEX #EB7B8C Carissma

📋 copy color: '#EB7B8C'

red 235 ◦ green 123 ◦ blue 140

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

Shades of Carissma #EB7B8C

Tints of Carissma #EB7B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.7%

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 47.19%
G = 24.7%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB7B8C (or 0xEB7B8C) is known color: Carissma. HEX triplet: EB, 7B and 8C. RGB value is (235,123,140). Sum of RGB (Red+Green+Blue) = 235+123+140=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7B8C is #148473. Grayscale: #9E9E9E. Windows color (decimal): -1344628 or 9206763. OLE color: 9206763.

HSL color Cylindrical-coordinate representation of color #EB7B8C: hue angle of 350.89º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7B8C is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 123 140 -
CMYK 0 0.48 0.40 0.08
HSL 350.89º 0.74% 0.7% -
HSV(B) 350.89º 0.48% 0.92% -
XYZ 46.08 33.72 28.89 -
YUV 158.43 117.61 182.62 -
System Red Green Blue C M Y K H S L
Decimal 235 123 140 0 0.48 0.40 0.08 350.89 0.74 0.7
Hex EB 7B 8C 0 30 28 8 15F 4A 46
Octal 353 173 214 0 60 50 10 537 112 106
Binary 11101011 1111011 10001100 0 110000 101000 1000 101011111 1001010 1000110

Color Harmonies of #EB7B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7B8C

Black with #EB7B8C

Text Example


Text Example

White with #EB7B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7B8C; }

 p { color: rgb(235,123,140); }

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

background-color css

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

 a { background-color: rgb(235,123,140); }

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

border-color css

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

 span { border-color: rgb(235,123,140); }

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