Html Css Color HEX #EB7CA0 Carissma

📋 copy color: '#EB7CA0'

red 235 ◦ green 124 ◦ blue 160

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

Shades of Carissma #EB7CA0

Tints of Carissma #EB7CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.83%

R = 45.28%
G = 23.89%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#EB7CA0 (or 0xEB7CA0) is known color: Carissma. HEX triplet: EB, 7C and A0. RGB value is (235,124,160). Sum of RGB (Red+Green+Blue) = 235+124+160=519 (68% of max value = 765). Red value is 235 (92.19% from 255 or 45.28% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7CA0 is #14835F. Grayscale: #A1A1A1. Windows color (decimal): -1344352 or 10517739. OLE color: 10517739.

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

Color convert

RGB 235 124 160 -
CMYK 0 0.47 0.32 0.08
HSL 340.54º 0.74% 0.7% -
HSV(B) 340.54º 0.47% 0.92% -
XYZ 47.81 34.62 37.42 -
YUV 161.29 127.27 180.57 -
System Red Green Blue C M Y K H S L
Decimal 235 124 160 0 0.47 0.32 0.08 340.54 0.74 0.7
Hex EB 7C A0 0 2F 20 8 155 4A 46
Octal 353 174 240 0 57 40 10 525 112 106
Binary 11101011 1111100 10100000 0 101111 100000 1000 101010101 1001010 1000110

Color Harmonies of #EB7CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB7CA0

Black with #EB7CA0

Text Example


Text Example

White with #EB7CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB7CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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