Html Css Color HEX #EC7E8A Carissma

📋 copy color: '#EC7E8A'

red 236 ◦ green 126 ◦ blue 138

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

Shades of Carissma #EC7E8A

Tints of Carissma #EC7E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 25.2%

 BLUE value IS 138 (54.3% from 255) = 27.6%

R = 47.2%
G = 25.2%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC7E8A (or 0xEC7E8A) is known color: Carissma. HEX triplet: EC, 7E and 8A. RGB value is (236,126,138). Sum of RGB (Red+Green+Blue) = 236+126+138=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 126 (49.61% from 255 or 25.2% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E8A is #138175. Grayscale: #A0A0A0. Windows color (decimal): -1278326 or 9076460. OLE color: 9076460.

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

Color convert

RGB 236 126 138 -
CMYK 0 0.47 0.42 0.07
HSL 353.45º 0.74% 0.71% -
HSV(B) 353.45º 0.47% 0.93% -
XYZ 46.64 34.59 28.26 -
YUV 160.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 236 126 138 0 0.47 0.42 0.07 353.45 0.74 0.71
Hex EC 7E 8A 0 2F 2A 7 161 4A 47
Octal 354 176 212 0 57 52 7 541 112 107
Binary 11101100 1111110 10001010 0 101111 101010 111 101100001 1001010 1000111

Color Harmonies of #EC7E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E8A

Black with #EC7E8A

Text Example


Text Example

White with #EC7E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E8A; }

 p { color: rgb(236,126,138); }

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

background-color css

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

 a { background-color: rgb(236,126,138); }

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

border-color css

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

 span { border-color: rgb(236,126,138); }

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