Html Css Color HEX #EB7C8C Carissma

📋 copy color: '#EB7C8C'

red 235 ◦ green 124 ◦ blue 140

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

Shades of Carissma #EB7C8C

Tints of Carissma #EB7C8C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.85%

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

R = 47.09%
G = 24.85%
B = 28.06%

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

#EB7C8C (or 0xEB7C8C) is known color: Carissma. HEX triplet: EB, 7C and 8C. RGB value is (235,124,140). Sum of RGB (Red+Green+Blue) = 235+124+140=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7C8C is #148373. Grayscale: #9F9F9F. Windows color (decimal): -1344372 or 9207019. OLE color: 9207019.

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

Color convert

RGB 235 124 140 -
CMYK 0 0.47 0.40 0.08
HSL 351.35º 0.74% 0.7% -
HSV(B) 351.35º 0.47% 0.92% -
XYZ 46.2 33.97 28.93 -
YUV 159.01 117.27 182.2 -
System Red Green Blue C M Y K H S L
Decimal 235 124 140 0 0.47 0.40 0.08 351.35 0.74 0.7
Hex EB 7C 8C 0 2F 28 8 15F 4A 46
Octal 353 174 214 0 57 50 10 537 112 106
Binary 11101011 1111100 10001100 0 101111 101000 1000 101011111 1001010 1000110

Color Harmonies of #EB7C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7C8C

Black with #EB7C8C

Text Example


Text Example

White with #EB7C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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