Html Css Color HEX #EB7A8C Carissma

📋 copy color: '#EB7A8C'

red 235 ◦ green 122 ◦ blue 140

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

Shades of Carissma #EB7A8C

Tints of Carissma #EB7A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

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

R = 47.28%
G = 24.55%
B = 28.17%

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

#EB7A8C (or 0xEB7A8C) is known color: Carissma. HEX triplet: EB, 7A and 8C. RGB value is (235,122,140). Sum of RGB (Red+Green+Blue) = 235+122+140=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 140 (55.08% from 255 or 28.17% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7A8C is #148573. Grayscale: #9D9D9D. Windows color (decimal): -1344884 or 9206507. OLE color: 9206507.

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

Color convert

RGB 235 122 140 -
CMYK 0 0.48 0.40 0.08
HSL 350.44º 0.74% 0.7% -
HSV(B) 350.44º 0.48% 0.92% -
XYZ 45.95 33.47 28.85 -
YUV 157.84 117.94 183.04 -
System Red Green Blue C M Y K H S L
Decimal 235 122 140 0 0.48 0.40 0.08 350.44 0.74 0.7
Hex EB 7A 8C 0 30 28 8 15E 4A 46
Octal 353 172 214 0 60 50 10 536 112 106
Binary 11101011 1111010 10001100 0 110000 101000 1000 101011110 1001010 1000110

Color Harmonies of #EB7A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7A8C

Black with #EB7A8C

Text Example


Text Example

White with #EB7A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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