Html Css Color HEX #EC7B94 Carissma

📋 copy color: '#EC7B94'

red 236 ◦ green 123 ◦ blue 148

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

Shades of Carissma #EC7B94

Tints of Carissma #EC7B94

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.26%

 BLUE value IS 148 (58.2% from 255) = 29.19%

R = 46.55%
G = 24.26%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC7B94 (or 0xEC7B94) is known color: Carissma. HEX triplet: EC, 7B and 94. RGB value is (236,123,148). Sum of RGB (Red+Green+Blue) = 236+123+148=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7B94 is #13846B. Grayscale: #9F9F9F. Windows color (decimal): -1279084 or 9731052. OLE color: 9731052.

HSL color Cylindrical-coordinate representation of color #EC7B94: hue angle of 346.73º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EC7B94 is Cyan = 0, Magento = 0.48, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 123 148 -
CMYK 0 0.48 0.37 0.07
HSL 346.73º 0.75% 0.7% -
HSV(B) 346.73º 0.48% 0.93% -
XYZ 47.02 34.14 32.13 -
YUV 159.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 236 123 148 0 0.48 0.37 0.07 346.73 0.75 0.7
Hex EC 7B 94 0 30 25 7 15B 4B 46
Octal 354 173 224 0 60 45 7 533 113 106
Binary 11101100 1111011 10010100 0 110000 100101 111 101011011 1001011 1000110

Color Harmonies of #EC7B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7B94

Black with #EC7B94

Text Example


Text Example

White with #EC7B94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7B94; }

 p { color: rgb(236,123,148); }

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

background-color css

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

 a { background-color: rgb(236,123,148); }

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

border-color css

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

 span { border-color: rgb(236,123,148); }

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