Html Css Color HEX #ED7E92 Carissma

📋 copy color: '#ED7E92'

red 237 ◦ green 126 ◦ blue 146

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

Shades of Carissma #ED7E92

Tints of Carissma #ED7E92

RGB

 RED value IS 237 (92.97% from 255) = 46.56%

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

 BLUE value IS 146 (57.42% from 255) = 28.68%

R = 46.56%
G = 24.75%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED7E92 (or 0xED7E92) is known color: Carissma. HEX triplet: ED, 7E and 92. RGB value is (237,126,146). Sum of RGB (Red+Green+Blue) = 237+126+146=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7E92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7E92 is #12816D. Grayscale: #A1A1A1. Windows color (decimal): -1212782 or 9600749. OLE color: 9600749.

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

Color convert

RGB 237 126 146 -
CMYK 0 0.47 0.38 0.07
HSL 349.19º 0.76% 0.71% -
HSV(B) 349.19º 0.47% 0.93% -
XYZ 47.57 35 31.44 -
YUV 161.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 237 126 146 0 0.47 0.38 0.07 349.19 0.76 0.71
Hex ED 7E 92 0 2F 26 7 15D 4C 47
Octal 355 176 222 0 57 46 7 535 114 107
Binary 11101101 1111110 10010010 0 101111 100110 111 101011101 1001100 1000111

Color Harmonies of #ED7E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7E92

Black with #ED7E92

Text Example


Text Example

White with #ED7E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7E92; }

 p { color: rgb(237,126,146); }

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

background-color css

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

 a { background-color: rgb(237,126,146); }

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

border-color css

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

 span { border-color: rgb(237,126,146); }

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