Html Css Color HEX #ED7494 Carissma

📋 copy color: '#ED7494'

red 237 ◦ green 116 ◦ blue 148

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

Shades of Carissma #ED7494

Tints of Carissma #ED7494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.15%

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 47.31%
G = 23.15%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED7494 (or 0xED7494) is known color: Carissma. HEX triplet: ED, 74 and 94. RGB value is (237,116,148). Sum of RGB (Red+Green+Blue) = 237+116+148=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7494 is #128B6B. Grayscale: #9B9B9B. Windows color (decimal): -1215340 or 9729261. OLE color: 9729261.

HSL color Cylindrical-coordinate representation of color #ED7494: hue angle of 344.13º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ED7494 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 116 148 -
CMYK 0 0.51 0.38 0.07
HSL 344.13º 0.77% 0.69% -
HSV(B) 344.13º 0.51% 0.93% -
XYZ 46.52 32.63 31.86 -
YUV 155.83 123.59 185.9 -
System Red Green Blue C M Y K H S L
Decimal 237 116 148 0 0.51 0.38 0.07 344.13 0.77 0.69
Hex ED 74 94 0 33 26 7 158 4D 45
Octal 355 164 224 0 63 46 7 530 115 105
Binary 11101101 1110100 10010100 0 110011 100110 111 101011000 1001101 1000101

Color Harmonies of #ED7494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7494

Black with #ED7494

Text Example


Text Example

White with #ED7494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7494; }

 p { color: rgb(237,116,148); }

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

background-color css

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

 a { background-color: rgb(237,116,148); }

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

border-color css

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

 span { border-color: rgb(237,116,148); }

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