Html Css Color HEX #EC7C98 Carissma

📋 copy color: '#EC7C98'

red 236 ◦ green 124 ◦ blue 152

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

Shades of Carissma #EC7C98

Tints of Carissma #EC7C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.69%

R = 46.09%
G = 24.22%
B = 29.69%

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

#EC7C98 (or 0xEC7C98) is known color: Carissma. HEX triplet: EC, 7C and 98. RGB value is (236,124,152). Sum of RGB (Red+Green+Blue) = 236+124+152=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 124 (48.83% from 255 or 24.22% from 512); Blue value is 152 (59.77% from 255 or 29.69% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7C98 is #138367. Grayscale: #A0A0A0. Windows color (decimal): -1278824 or 9993452. OLE color: 9993452.

HSL color Cylindrical-coordinate representation of color #EC7C98: hue angle of 345º degrees, saturation: 0.75, 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 #EC7C98 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 124 152 -
CMYK 0 0.47 0.36 0.07
HSL 345º 0.75% 0.71% -
HSV(B) 345º 0.47% 0.93% -
XYZ 47.47 34.52 33.87 -
YUV 160.68 123.11 181.72 -
System Red Green Blue C M Y K H S L
Decimal 236 124 152 0 0.47 0.36 0.07 345 0.75 0.71
Hex EC 7C 98 0 2F 24 7 159 4B 47
Octal 354 174 230 0 57 44 7 531 113 107
Binary 11101100 1111100 10011000 0 101111 100100 111 101011001 1001011 1000111

Color Harmonies of #EC7C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7C98

Black with #EC7C98

Text Example


Text Example

White with #EC7C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7C98; }

 p { color: rgb(236,124,152); }

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

background-color css

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

 a { background-color: rgb(236,124,152); }

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

border-color css

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

 span { border-color: rgb(236,124,152); }

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