Html Css Color HEX #EC7F8C Carissma

📋 copy color: '#EC7F8C'

red 236 ◦ green 127 ◦ blue 140

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

Shades of Carissma #EC7F8C

Tints of Carissma #EC7F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.83%

R = 46.92%
G = 25.25%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC7F8C (or 0xEC7F8C) is known color: Carissma. HEX triplet: EC, 7F and 8C. RGB value is (236,127,140). Sum of RGB (Red+Green+Blue) = 236+127+140=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F8C is #138073. Grayscale: #A1A1A1. Windows color (decimal): -1278068 or 9207788. OLE color: 9207788.

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

Color convert

RGB 236 127 140 -
CMYK 0 0.46 0.41 0.07
HSL 352.84º 0.74% 0.71% -
HSV(B) 352.84º 0.46% 0.93% -
XYZ 46.92 34.91 29.08 -
YUV 161.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 236 127 140 0 0.46 0.41 0.07 352.84 0.74 0.71
Hex EC 7F 8C 0 2E 29 7 161 4A 47
Octal 354 177 214 0 56 51 7 541 112 107
Binary 11101100 1111111 10001100 0 101110 101001 111 101100001 1001010 1000111

Color Harmonies of #EC7F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F8C

Black with #EC7F8C

Text Example


Text Example

White with #EC7F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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