Html Css Color HEX #EC7F9E Carissma

📋 copy color: '#EC7F9E'

red 236 ◦ green 127 ◦ blue 158

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

Shades of Carissma #EC7F9E

Tints of Carissma #EC7F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.33%

R = 45.3%
G = 24.38%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC7F9E (or 0xEC7F9E) is known color: Carissma. HEX triplet: EC, 7F and 9E. RGB value is (236,127,158). Sum of RGB (Red+Green+Blue) = 236+127+158=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 127 (50% from 255 or 24.38% from 521); Blue value is 158 (62.11% from 255 or 30.33% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F9E is #138061. Grayscale: #A3A3A3. Windows color (decimal): -1278050 or 10387436. OLE color: 10387436.

HSL color Cylindrical-coordinate representation of color #EC7F9E: hue angle of 342.94º 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 #EC7F9E is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 158 -
CMYK 0 0.46 0.33 0.07
HSL 342.94º 0.74% 0.71% -
HSV(B) 342.94º 0.46% 0.93% -
XYZ 48.35 35.48 36.65 -
YUV 163.13 125.11 179.98 -
System Red Green Blue C M Y K H S L
Decimal 236 127 158 0 0.46 0.33 0.07 342.94 0.74 0.71
Hex EC 7F 9E 0 2E 21 7 157 4A 47
Octal 354 177 236 0 56 41 7 527 112 107
Binary 11101100 1111111 10011110 0 101110 100001 111 101010111 1001010 1000111

Color Harmonies of #EC7F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F9E

Black with #EC7F9E

Text Example


Text Example

White with #EC7F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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