Html Css Color HEX #EC7F9A Carissma

📋 copy color: '#EC7F9A'

red 236 ◦ green 127 ◦ blue 154

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

Shades of Carissma #EC7F9A

Tints of Carissma #EC7F9A

RGB

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

 GREEN value IS 127 (50% from 255) = 24.56%

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 45.65%
G = 24.56%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC7F9A (or 0xEC7F9A) is known color: Carissma. HEX triplet: EC, 7F and 9A. RGB value is (236,127,154). Sum of RGB (Red+Green+Blue) = 236+127+154=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F9A is #138065. Grayscale: #A2A2A2. Windows color (decimal): -1278054 or 10125292. OLE color: 10125292.

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

Color convert

RGB 236 127 154 -
CMYK 0 0.46 0.35 0.07
HSL 345.14º 0.74% 0.71% -
HSV(B) 345.14º 0.46% 0.93% -
XYZ 48.01 35.34 34.86 -
YUV 162.67 123.11 180.3 -
System Red Green Blue C M Y K H S L
Decimal 236 127 154 0 0.46 0.35 0.07 345.14 0.74 0.71
Hex EC 7F 9A 0 2E 23 7 159 4A 47
Octal 354 177 232 0 56 43 7 531 112 107
Binary 11101100 1111111 10011010 0 101110 100011 111 101011001 1001010 1000111

Color Harmonies of #EC7F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F9A

Black with #EC7F9A

Text Example


Text Example

White with #EC7F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F9A; }

 p { color: rgb(236,127,154); }

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

background-color css

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

 a { background-color: rgb(236,127,154); }

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

border-color css

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

 span { border-color: rgb(236,127,154); }

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