Html Css Color HEX #EC7D97 Carissma

📋 copy color: '#EC7D97'

red 236 ◦ green 125 ◦ blue 151

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

Shades of Carissma #EC7D97

Tints of Carissma #EC7D97

RGB

 RED value IS 236 (92.58% from 255) = 46.09%

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

 BLUE value IS 151 (59.38% from 255) = 29.49%

R = 46.09%
G = 24.41%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC7D97 (or 0xEC7D97) is known color: Carissma. HEX triplet: EC, 7D and 97. RGB value is (236,125,151). Sum of RGB (Red+Green+Blue) = 236+125+151=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D97 is #138268. Grayscale: #A1A1A1. Windows color (decimal): -1278569 or 9928172. OLE color: 9928172.

HSL color Cylindrical-coordinate representation of color #EC7D97: hue angle of 345.95º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7D97 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 125 151 -
CMYK 0 0.47 0.36 0.07
HSL 345.95º 0.74% 0.71% -
HSV(B) 345.95º 0.47% 0.93% -
XYZ 47.51 34.73 33.48 -
YUV 161.15 122.27 181.39 -
System Red Green Blue C M Y K H S L
Decimal 236 125 151 0 0.47 0.36 0.07 345.95 0.74 0.71
Hex EC 7D 97 0 2F 24 7 15A 4A 47
Octal 354 175 227 0 57 44 7 532 112 107
Binary 11101100 1111101 10010111 0 101111 100100 111 101011010 1001010 1000111

Color Harmonies of #EC7D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D97

Black with #EC7D97

Text Example


Text Example

White with #EC7D97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D97; }

 p { color: rgb(236,125,151); }

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

background-color css

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

 a { background-color: rgb(236,125,151); }

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

border-color css

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

 span { border-color: rgb(236,125,151); }

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