Html Css Color HEX #ED7B93 Carissma

📋 copy color: '#ED7B93'

red 237 ◦ green 123 ◦ blue 147

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

Shades of Carissma #ED7B93

Tints of Carissma #ED7B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.26%

 BLUE value IS 147 (57.81% from 255) = 28.99%

R = 46.75%
G = 24.26%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#ED7B93 (or 0xED7B93) is known color: Carissma. HEX triplet: ED, 7B and 93. RGB value is (237,123,147). Sum of RGB (Red+Green+Blue) = 237+123+147=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #ED7B93 is #12846C. Grayscale: #9F9F9F. Windows color (decimal): -1213549 or 9665517. OLE color: 9665517.

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

Color convert

RGB 237 123 147 -
CMYK 0 0.48 0.38 0.07
HSL 347.37º 0.76% 0.71% -
HSV(B) 347.37º 0.48% 0.93% -
XYZ 47.27 34.28 31.73 -
YUV 159.82 120.77 183.05 -
System Red Green Blue C M Y K H S L
Decimal 237 123 147 0 0.48 0.38 0.07 347.37 0.76 0.71
Hex ED 7B 93 0 30 26 7 15B 4C 47
Octal 355 173 223 0 60 46 7 533 114 107
Binary 11101101 1111011 10010011 0 110000 100110 111 101011011 1001100 1000111

Color Harmonies of #ED7B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B93

Black with #ED7B93

Text Example


Text Example

White with #ED7B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B93; }

 p { color: rgb(237,123,147); }

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

background-color css

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

 a { background-color: rgb(237,123,147); }

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

border-color css

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

 span { border-color: rgb(237,123,147); }

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