Html Css Color HEX #EB7D8C Carissma

📋 copy color: '#EB7D8C'

red 235 ◦ green 125 ◦ blue 140

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

Shades of Carissma #EB7D8C

Tints of Carissma #EB7D8C

RGB

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

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

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

R = 47%
G = 25%
B = 28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EB7D8C (or 0xEB7D8C) is known color: Carissma. HEX triplet: EB, 7D and 8C. RGB value is (235,125,140). Sum of RGB (Red+Green+Blue) = 235+125+140=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 140 (55.08% from 255 or 28% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D8C is #148273. Grayscale: #9F9F9F. Windows color (decimal): -1344116 or 9207275. OLE color: 9207275.

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

Color convert

RGB 235 125 140 -
CMYK 0 0.47 0.40 0.08
HSL 351.82º 0.73% 0.71% -
HSV(B) 351.82º 0.47% 0.92% -
XYZ 46.33 34.22 28.97 -
YUV 159.6 116.94 181.78 -
System Red Green Blue C M Y K H S L
Decimal 235 125 140 0 0.47 0.40 0.08 351.82 0.73 0.71
Hex EB 7D 8C 0 2F 28 8 160 49 47
Octal 353 175 214 0 57 50 10 540 111 107
Binary 11101011 1111101 10001100 0 101111 101000 1000 101100000 1001001 1000111

Color Harmonies of #EB7D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7D8C

Black with #EB7D8C

Text Example


Text Example

White with #EB7D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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