Html Css Color HEX #ED7D94 Carissma

📋 copy color: '#ED7D94'

red 237 ◦ green 125 ◦ blue 148

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

Shades of Carissma #ED7D94

Tints of Carissma #ED7D94

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.51%

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

R = 46.47%
G = 24.51%
B = 29.02%

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

#ED7D94 (or 0xED7D94) is known color: Carissma. HEX triplet: ED, 7D and 94. RGB value is (237,125,148). Sum of RGB (Red+Green+Blue) = 237+125+148=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 148 (58.20% from 255 or 29.02% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7D94 is #12826B. Grayscale: #A1A1A1. Windows color (decimal): -1213036 or 9731565. OLE color: 9731565.

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

Color convert

RGB 237 125 148 -
CMYK 0 0.47 0.38 0.07
HSL 347.68º 0.76% 0.71% -
HSV(B) 347.68º 0.47% 0.93% -
XYZ 47.6 34.81 32.23 -
YUV 161.11 120.61 182.13 -
System Red Green Blue C M Y K H S L
Decimal 237 125 148 0 0.47 0.38 0.07 347.68 0.76 0.71
Hex ED 7D 94 0 2F 26 7 15C 4C 47
Octal 355 175 224 0 57 46 7 534 114 107
Binary 11101101 1111101 10010100 0 101111 100110 111 101011100 1001100 1000111

Color Harmonies of #ED7D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7D94

Black with #ED7D94

Text Example


Text Example

White with #ED7D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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