Html Css Color HEX #EB7D9C Carissma

📋 copy color: '#EB7D9C'

red 235 ◦ green 125 ◦ blue 156

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

Shades of Carissma #EB7D9C

Tints of Carissma #EB7D9C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.22%

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

R = 45.54%
G = 24.22%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.08

RGB Variations

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

Color information

#EB7D9C (or 0xEB7D9C) is known color: Carissma. HEX triplet: EB, 7D and 9C. RGB value is (235,125,156). Sum of RGB (Red+Green+Blue) = 235+125+156=516 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.54% from 516); Green value is 125 (49.22% from 255 or 24.22% from 516); Blue value is 156 (61.33% from 255 or 30.23% from 516); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D9C is #148263. Grayscale: #A1A1A1. Windows color (decimal): -1344100 or 10255851. OLE color: 10255851.

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

Color convert

RGB 235 125 156 -
CMYK 0 0.47 0.34 0.08
HSL 343.09º 0.73% 0.71% -
HSV(B) 343.09º 0.47% 0.92% -
XYZ 47.6 34.73 35.65 -
YUV 161.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 235 125 156 0 0.47 0.34 0.08 343.09 0.73 0.71
Hex EB 7D 9C 0 2F 22 8 157 49 47
Octal 353 175 234 0 57 42 10 527 111 107
Binary 11101011 1111101 10011100 0 101111 100010 1000 101010111 1001001 1000111

Color Harmonies of #EB7D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D9C

Black with #EB7D9C

Text Example


Text Example

White with #EB7D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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